home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / APXMDIDV.PAK / APXMDDVA.RH < prev    next >
Text File  |  1997-05-06  |  7KB  |  258 lines

  1. //----------------------------------------------------------------------------
  2. //  Project ApxMdiDv
  3. //  Borland International
  4. //  Copyright ⌐ 1996. All Rights Reserved.
  5. //
  6. //  SUBSYSTEM:    ApxMdiDv Application
  7. //  FILE:         apxmddva.h
  8. //  AUTHOR:       
  9. //
  10. //  OVERVIEW
  11. //  ~~~~~~~~
  12. //  Constant definitions for all resources defined in apxmddva.rc.
  13. //
  14. //----------------------------------------------------------------------------
  15. //#if !defined(apxmddva_rh)   // Sentry use file only if it's not already included.
  16. //#define apxmddva_rh
  17.  
  18.  
  19. //
  20. // Application specific definitions:
  21. //
  22. #define IDI_MDIAPPLICATION      1001            // Application icon
  23. #define IDI_DOC                 1002            // MDI child window icon
  24.  
  25. #define IDM_MDI                 100             // Menu resource ID and Accelerator IDs
  26.  
  27. #define IDM_PRINTPREVIEW        200             // Accelerator ID for Print Preview window.
  28.  
  29. #define IDM_DOCMANAGERFILE      32401           // Menu for DocManager merging.
  30. #define IDM_EDITVIEW            32581           // Menu for TEditView merging.
  31. #define IDM_LISTVIEW            32582           // Menu for TListView merging.
  32.  
  33. //
  34. // CM_FILEnnnn commands (include/owl/editfile.rh except for CM_FILEPRINTPREVIEW)
  35. //
  36. #define CM_MDIFILENEW           24331
  37. #define CM_MDIFILEOPEN          24332
  38. #define CM_FILECLOSE            24339
  39. #define CM_FILESAVE             24333
  40. #define CM_FILESAVEAS           24334
  41. #define CM_FILEREVERT           24335
  42. #define CM_VIEWCREATE           24341
  43. #define CM_FILEPRINT            24337
  44. #define CM_FILEPRINTERSETUP     24338
  45. #define CM_FILEPRINTPREVIEW     24340
  46. #define CM_FILESEND             24345
  47.  
  48.  
  49. //
  50. // Window commands (include/owl/window.rh)
  51. //
  52. #define CM_EXIT                 24310
  53.  
  54.  
  55. //
  56. // CM_EDITnnnn commands (include/owl/window.rh)
  57. //
  58. #define CM_EDITUNDO             24321
  59. #define CM_EDITCUT              24322
  60. #define CM_EDITCOPY             24323
  61. #define CM_EDITPASTE            24324
  62. #define CM_EDITDELETE           24325
  63. #define CM_EDITCLEAR            24326
  64. #define CM_EDITADD              24327
  65. #define CM_EDITEDIT             24328
  66.  
  67.  
  68. //
  69. // Search menu commands (include/owl/editsear.rh)
  70. //
  71. #define CM_EDITFIND             24351
  72. #define CM_EDITREPLACE          24352
  73. #define CM_EDITFINDNEXT         24353
  74.  
  75.  
  76. //
  77. // Windows menu commands (include/owl/mdi.rh)
  78. //
  79. #define CM_CASCADECHILDREN      24361
  80. #define CM_TILECHILDREN         24362
  81. #define CM_TILECHILDRENHORIZ    24363
  82. #define CM_ARRANGEICONS         24364
  83. #define CM_CLOSECHILDREN        24365
  84. #define CM_CREATECHILD          24366
  85.  
  86.  
  87. //
  88. // Help menu commands.
  89. //
  90. #define CM_HELPABOUT            2009
  91.  
  92.  
  93. //
  94. // About Dialogs
  95. //
  96. #define IDD_ABOUT               22000
  97. #define IDC_VERSION             22001
  98. #define IDC_COPYRIGHT           22002
  99. #define IDC_DEBUG               22003
  100.  
  101.  
  102. //
  103. // OWL defined strings
  104. //
  105.  
  106. //
  107. // Statusbar
  108. //
  109. #define IDS_MODES               32530
  110. #define IDS_MODESOFF            32531
  111.  
  112. //
  113. // EditFile
  114. //
  115. #define IDS_UNABLEREAD          32551
  116. #define IDS_UNABLEWRITE         32552
  117. #define IDS_FILECHANGED         32553
  118. #define IDS_FILEFILTER          32554
  119.  
  120. //
  121. // EditSearch
  122. //
  123. #define IDS_CANNOTFIND          32540
  124.  
  125.  
  126. //
  127. // General & application exception messages (include/owl/except.rh)
  128. //
  129. #define IDS_UNKNOWNEXCEPTION    32767
  130. #define IDS_OWLEXCEPTION        32766
  131. #define IDS_OKTORESUME          32765
  132. #define IDS_UNHANDLEDXMSG       32764
  133. #define IDS_UNKNOWNERROR        32763
  134. #define IDS_NOAPP               32762
  135. #define IDS_OUTOFMEMORY         32761
  136. #define IDS_INVALIDMODULE       32760
  137. #define IDS_INVALIDMAINWINDOW   32759
  138. #define IDS_VBXLIBRARYFAIL      32758
  139.  
  140. //
  141. // Owl 1 compatibility messages
  142. //
  143. #define IDS_INVALIDWINDOW       32709
  144. #define IDS_INVALIDCHILDWINDOW  32708
  145. #define IDS_INVALIDCLIENTWINDOW 32707
  146.  
  147. //
  148. // TXWindow messages
  149. //
  150. #define IDS_CLASSREGISTERFAIL   32749
  151. #define IDS_CHILDREGISTERFAIL   32748
  152. #define IDS_WINDOWCREATEFAIL    32747
  153. #define IDS_WINDOWEXECUTEFAIL   32746
  154. #define IDS_CHILDCREATEFAIL     32745
  155.  
  156. #define IDS_MENUFAILURE         32744
  157. #define IDS_VALIDATORSYNTAX     32743
  158. #define IDS_PRINTERERROR        32742
  159.  
  160. #define IDS_LAYOUTINCOMPLETE    32741
  161. #define IDS_LAYOUTBADRELWIN     32740
  162.  
  163. //
  164. // TXGdi messages
  165. //
  166. #define IDS_GDIFAILURE          32739
  167. #define IDS_GDIALLOCFAIL        32738
  168. #define IDS_GDICREATEFAIL       32737
  169. #define IDS_GDIRESLOADFAIL      32736
  170. #define IDS_GDIFILEREADFAIL     32735
  171. #define IDS_GDIDELETEFAIL       32734
  172. #define IDS_GDIDESTROYFAIL      32733
  173. #define IDS_INVALIDDIBHANDLE    32732
  174.  
  175.  
  176. //
  177. // ListView (include/owl/listview.rh)
  178. //
  179. #define IDS_LISTNUM             32584
  180.  
  181.  
  182. // DocView (include/owl/docview.rh)
  183. //
  184. #define IDS_DOCMANAGERFILE      32500
  185. #define IDS_DOCLIST             32501
  186. #define IDS_VIEWLIST            32502
  187. #define IDS_UNTITLED            32503
  188. #define IDS_UNABLEOPEN          32504
  189. #define IDS_UNABLECLOSE         32505
  190. #define IDS_READERROR           32506
  191. #define IDS_WRITEERROR          32507
  192. #define IDS_DOCCHANGED          32508
  193. #define IDS_NOTCHANGED          32509
  194. #define IDS_NODOCMANAGER        32510
  195. #define IDS_NOMEMORYFORVIEW     32511
  196. #define IDS_DUPLICATEDOC        32512
  197.  
  198.  
  199. //
  200. // Printing error message string resource IDs (include/owl/printer.rh)
  201. //
  202. #define IDS_PRNON               32590
  203. #define IDS_PRNERRORTEMPLATE    32591
  204. #define IDS_PRNOUTOFMEMORY      32592
  205. #define IDS_PRNOUTOFDISK        32593
  206. #define IDS_PRNCANCEL           32594
  207. #define IDS_PRNMGRABORT         32595
  208. #define IDS_PRNGENERROR         32596
  209. #define IDS_PRNERRORCAPTION     32597
  210.  
  211.  
  212. //
  213. // Printer abort dialog & control IDs
  214. //
  215. #define IDD_ABORTDIALOG         32599            // keep different than any string IDs
  216. #define ID_TITLE                101              // Document title text control
  217. #define ID_DEVICE               102              // Device & optional port text control
  218. #define ID_PORT                 103              // Old port text control, unused
  219. #define ID_PAGE                 104              // Page # text control
  220.  
  221.  
  222. //
  223. // Print Preview
  224. //
  225. #define APX_PPR_PREVIOUS        24500
  226. #define APX_PPR_NEXT            24501
  227. #define APX_PPR_ONEUP           24502
  228. #define APX_PPR_TWOUP           24503
  229. #define APX_PPR_CURRPAGE        24504
  230. #define APX_PPR_DONE            24505
  231.  
  232.  
  233. //
  234. // TInputDialog DIALOG resource (include/owl/inputdia.rh)
  235. //
  236. #define IDD_INPUTDIALOG         32514
  237. #define ID_PROMPT               4091
  238. #define ID_INPUT                4090
  239.  
  240.  
  241. //
  242. // TSlider bitmaps (horizontal and vertical) (include/owl/slider.rh)
  243. //
  244. #define IDB_HSLIDERTHUMB        32000
  245. #define IDB_VSLIDERTHUMB        32001
  246.  
  247.  
  248. //
  249. // Validation messages (include/owl/validate.rh)
  250. //
  251. #define IDS_VALPXPCONFORM       32520
  252. #define IDS_VALINVALIDCHAR      32521
  253. #define IDS_VALNOTINRANGE       32522
  254. #define IDS_VALNOTINLIST        32523
  255.  
  256.  
  257. //#endif  // apxmddva_rh
  258.